home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / UNSPLIT / text0297.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  914 b   |  23 lines

  1.  
  2. Using a math-coprocessor could be a good idea.
  3. Of course it does handle float numbers, but it's _VERY_
  4. slow: for an addition, you have to wait about 100 cycles...
  5. We should use a math-coprocessor if we can't do without it,
  6. or if a high precision is needed. It depends of what is needed.
  7. Fixed numbers (emulation done using 32 bits integers - or even
  8. 16 bits - ) work quiet good.
  9.  
  10. Fabrice.
  11.  
  12.  
  13.  
  14. ################################################################
  15. #       _______  _______        |     Fabrice GIRARDOT     |   #
  16. #      / / /--('')--\ \ \       | C,ASM   MC680x0,DSP56001 |   #
  17. #     / / /  / \/ \  \ \ \      |   Real-time processing   |   #
  18. #    /////   \____/   \\\\\                                    #
  19. #            /    \            mailto:Fabrice.Girardot@imag.fr #
  20. #F030!     /T\    /T\       http://www-cami.imag.fr/~girardot/ #
  21. ################################################################
  22.  
  23.